通用图
特殊配置
配置项 | 简介 | 类型 | 备注 |
---|---|---|---|
type | 图表类型 | string | charts的图表类型 |
示例
<Charts
data={this.state.data}
col={this.state.col}
type={this.state.type}
>
</Charts>
备注
特殊图例如地址等,请不要使用此组件。